Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

honor github commit hash re pr/1372 #1393

Merged
merged 3 commits into from
Oct 24, 2016
Merged

honor github commit hash re pr/1372 #1393

merged 3 commits into from
Oct 24, 2016

Conversation

samccone
Copy link
Member

building on #1372 .. add added some tests :)

@samccone samccone merged commit 0d3c00b into master Oct 24, 2016
@samccone samccone deleted the pr/1372 branch October 24, 2016 05:16
}

static getGitHTTPUrl(parts: ExplodedFragment): string {
return `https://github.com/${parts.user}/${parts.repo}.git`;
return `https://${this.hostname}/${parts.user}/${parts.repo}.git`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this to allow usage of Github Enterprise?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like a slightly diff problem if not. :)

@backflip
Copy link

backflip commented Nov 2, 2016

@samccone, @Daniel15, is there a reason this was only applied to getGitSSHUrl an not to getGitHTTPUrl, too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants